home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Bath
/
Bath CDROM.iso
/
pc
/
BATH.DXR
/
Topbar_52.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2001-07-26
|
233 b
|
14 lines
global count
on exitFrame
if (count > 150) and not soundBusy(1) then
sound(1).play(member("selectprompt", "sounds"))
count = -1
else
if count >= 0 then
count = count + 1
end if
end if
go(the frame)
end